Welcome![Sign In][Sign Up]
Location:
Search - rls lms

Search list

[Other resourceDSP-Matlab_Programs

Description: 数字信号处理(机械工业出版社)的源码,7章介绍IIR滤波器设计和matlab源码,8章介绍FIR滤波器设计和matlab源码,9章介绍自适应(LMS,NLMS,RLS,LMS的快速算法)滤波器设计和matlab源码,希望帮助有需要的朋友-digital signal processing (Machinery Industry Press), the source, Chapter 7 IIR filter design and Matlab source, Chapter 8 FIR filter design and Matlab source, adaptive Chapter 9 (LMS, NLMS, RLS, the fast algorithm LMS) filter design and Matlab source, in order to help a friend in need
Platform: | Size: 761562 | Author: py528977 | Hits:

[Other resourceRLS-auto-adapter-fiter

Description: 考虑一个线性自适应均衡器的原理方框图如《现代数字信号处理导论》p.275自适应均衡器应用示意图。用LMS算法实现这个自适应均衡器,画出一次实验的误差平方的收敛曲线,给出最后设计滤波器系数。一次实验的训练序列长度为500。进行20次独立实验,画出误差平方的收敛曲线。给出3个步长值的比较。-consider a linear adaptive equalizer block diagram as the principle of "modern digital signal processing" Introduction to the p.275 adaptive equalizer application schema. LMS algorithm with the adaptive equalizer, painted a square experimental error of convergence curve, given final design filter coefficients. Experimental a length of the training sequence to 500. Conduct 20 separate experiments, painted square error of the convergence curve. Given three step-value comparisons.
Platform: | Size: 4209 | Author: lidong | Hits:

[Speech/Voice recognition/combineLMS

Description: 智能天线波束形成的LMS、SMI、RLS算法的程序
Platform: | Size: 1504 | Author: 王小惠 | Hits:

[Other resourceRLS

Description: 递归式最小均方(RLS)算法的基本思想是力图使在每个时刻对所有已输入信号而言重估的平方误差的加权和最小,这使得RLS算法对非平稳信号的适应性要好。与LMS算法相比,RLS算法采用时间平均,因此,所得出的最优滤波器依赖于用于计算平均值的样本数,而LMS(NLMS)算法是基于集平均而设计的,因此稳定环境下LMS(NLMS)算法在不同计算条件下的结果是一致的
Platform: | Size: 3084 | Author: 闫丰 | Hits:

[Othercode

Description: ar模型 bt算法 ls rls lms music等数字信号处理的源代码
Platform: | Size: 4281 | Author: 张罗 | Hits:

[Other resourceLMS toolbox

Description: LMS toolbox LMS的工具箱。 内有多个有关LMS和RLS的m文件!-the toolbox. There are a number of LMS and RLS m documents!
Platform: | Size: 15148 | Author: 高永博 | Hits:

[OtherLMS与RLS算法比较

Description: LMS RLS
Platform: | Size: 2387 | Author: wosfxy | Hits:

[Other智能天线自适应算法LMS RLS仿真

Description:
Platform: | Size: 1900 | Author: junrusong@163.com | Hits:

[matlab多用户检测器的性能

Description: 比较LMS,RLS, 和Kalman滤波器多用户检测器的性能-LMS comparison, RLS, and the Kalman filter multi-user detector performance
Platform: | Size: 7168 | Author: | Hits:

[AlgorithmKalman-LMS-RLS

Description: 关于卡尔曼滤波及LMS、RLS算法的讲义,-On Kalman and LMS, RLS algorithm handouts
Platform: | Size: 743424 | Author: 刘忠乐 | Hits:

[matlabLMS

Description: 实现自适应滤波器的算法有很多,比较经典的有:LMS,RLS。其中LMS算法是属于梯度类算法,本程序做了一个LMS算法的基本实验。-Implementation of adaptive filter algorithm has a lot, compared to the classic are: LMS, RLS. LMS algorithm is a gradient algorithm, the program has done a basic experiment LMS algorithm.
Platform: | Size: 1024 | Author: 杨羽 | Hits:

[OtherLMSandRLSchengxu

Description: 比较两种算法的权值收敛速度,并对比不同u值对LMS算法以及λ值对RLS算法的影响。(Compare the weight convergence speed of the two algorithms, and compare the impact of different U values on the LMS algorithm and lambda value on the RLS algorithm.)
Platform: | Size: 171008 | Author: 蓦然浅笑 | Hits:

[matlabRLS

Description: 自适应滤波算法的实现,RLS与LMS收敛性能比较代码。(Comparison of RLS and LMS convergence performance code)
Platform: | Size: 1024 | Author: 55555556 | Hits:

[matlabLMS_RLS

Description: lms与rls算法比较,MATLAB 程序仿真,比较两种自适应滤波算法。最小均方(LMS)、递归最小二乘(RLS)(LMS and RLS algorithm comparison, MATLAB program simulation, comparison of two adaptive filtering algorithm. Least mean square (LMS) and recursive least squares (RLS))
Platform: | Size: 2048 | Author: diandian_liu | Hits:

[matlabLMS-RLS滤波器(matlab程序)

Description: 两种自适应滤波技术,包括LMS和RLS,在信号处理中的的应用(Two adaptive filtering techniques, including LMS and RLS, are presented in the application of signal processing)
Platform: | Size: 29696 | Author: kitty111 | Hits:

[AlgorithmLMS与RLS对比

Description: 预测信号由二阶AR模型产生,为二阶线性预测滤波器,LMS算法与RLS算法性能对比(The predicted signal is generated by the two order AR model, and is the two order linear prediction filter,performance comparison between LMS algorithm and RLS algorithm)
Platform: | Size: 1024 | Author: lbb1991 | Hits:

[matlabHW4_LMSRLS

Description: 计算机仿真研究基于 LMS 算法和 RLS 算法的自适应系统识别性能.通过已知结构的系统来模拟未知系统是系统识别/辨识的一种基本方法.(The performance of adaptive system identification based on LMS algorithm and RLS algorithm is studied by computer simulation. It is a basic method of system identification / recognition to simulate unknown system by the system with known structure.)
Platform: | Size: 1024 | Author: Luuuuuuuu | Hits:

[matlabRLS与LMS算法matlab实现

Description: 经典的LMS与RLS递归最小二乘算法,有中文注释,很好理解(Classic LMS AND RLS recursive least squares algorithm, Chinese notes, very good understanding.)
Platform: | Size: 1024 | Author: 淘气哥 | Hits:

[matlab自适应滤波算法

Description: 在MIMO信道中仿真,LS,LMS,RLS,,LMS算法的MSE表现(Simulation in MIMO channel, MSE performance of LS, LMS, RLS, LMS algorithm)
Platform: | Size: 3072 | Author: ScorpioY | Hits:

[Other盲多用户检测LMS和RLS算法matlab实现

Description: LMS,RLS算法对扩频系统多用户检测,输出信干比图像(LMS, RLS algorithm to spread spectrum system multi-user detection, output signal to interference ratio image)
Platform: | Size: 91136 | Author: akarihoshi | Hits:
« 1 2 3 45 6 7 8 9 10 ... 24 »

CodeBus www.codebus.net